AxisState enumeration
The state of an axis.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public enum AxisState
Public Enum AxisState
Members
Member name | Value | Description |
---|---|---|
axisOffline | 0 | The axis is offline. It is in ErrorStop state. |
axisCommunicationError | 1 | The communication with the axis is not established. It is in ErrorStop state. |
axisMotionError | 2 | There is a motion error on the axis. It is in ErrorStop state. |
axisDisabled | 3 | The axis is powered off. |
axisLocked | 4 | The axis is locked in the Stopping state. |
axisStandStill | 5 | The axis is in the StandStill state. |
axisHoming | 6 | The axis is homing. |
axisDiscreteMotion | 7 | The axis is in the Discrete Motion state. |
axisContinuousMotion | 8 | The axis is in the Continuous Motion state. |
axisSynchronizedMotion | 9 | The axis is in the Synchronized Motion state. |
See also